home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
archives
/
com
/
internet
/
stik
/
gls002b5.zoo
/
flags.s
< prev
next >
Wrap
Text File
|
1996-01-02
|
547b
|
37 lines
; Generated by c68 v4.4.5, 25 Jan 95 (Jan 25 1995) from "flags.c"
.data
Lflags:
dc.b 0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0,0,0,0,0,0,0,0,0
dc.b 0,0,0,0
.text
.even
.globl _do_set_flag
_do_set_flag:
link a6,#0
clr.l a0
move.w 8(a6),a0
add.l #Lflags,a0
tas (a0)
bne L1
clr.l d0
bra L2
L1: moveq.l #1,d0
L2: unlk a6
rts
.globl _do_clear_flag
_do_clear_flag:
link a6,#0
clr.l a0
move.w 8(a6),a0
add.l #Lflags,a0
clr.b (a0)
unlk a6
rts